Bug 555109 – selection broken when typeahead active
authorKristian Rietveld <kris@gtk.org>
Thu, 30 Jul 2009 18:22:45 +0000 (20:22 +0200)
committerKristian Rietveld <kris@gtk.org>
Thu, 30 Jul 2009 18:24:31 +0000 (20:24 +0200)
commita79ef0866bb14a31ad789c4a8750f66ec1d7ad64
tree487e37823423bbaf185ec14a24fa7bd3b9f93075
parentbce2a5173de6dea42d7cfeee88ab84f8cc6c95b0
Bug 555109 – selection broken when typeahead active

gtk_tree_view_enter_notify() now "ignores" the synthesized crossing
events.  The synthesized crossing events always have (0, 0) as
coordinates, which messes things up.  This patch does not fix all issues,
at least it makes the behavior much more reasonable again.  Watch bug
555109 for further discussion on the issue.
gtk/gtktreeview.c